TSTP Solution File: QUA003^1 by cvc5---1.0.5

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : cvc5---1.0.5
% Problem  : QUA003^1 : TPTP v8.1.2. Released v4.1.0.
% Transfm  : none
% Format   : tptp
% Command  : do_cvc5 %s %d

% Computer : n026.cluster.edu
% Model    : x86_64 x86_64
% CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 2.10GHz
% Memory   : 8042.1875MB
% OS       : Linux 3.10.0-693.el7.x86_64
% CPULimit : 300s
% WCLimit  : 300s
% DateTime : Thu Aug 31 13:31:28 EDT 2023

% Result   : Timeout 300.07s 300.25s
% Output   : None 
% Verified : 
% SZS Type : -

% Comments : 
%------------------------------------------------------------------------------
%----No solution output by system
%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.14  % Problem    : QUA003^1 : TPTP v8.1.2. Released v4.1.0.
% 0.00/0.15  % Command    : do_cvc5 %s %d
% 0.16/0.37  % Computer : n026.cluster.edu
% 0.16/0.37  % Model    : x86_64 x86_64
% 0.16/0.37  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.16/0.37  % Memory   : 8042.1875MB
% 0.16/0.37  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.16/0.37  % CPULimit   : 300
% 0.16/0.37  % WCLimit    : 300
% 0.16/0.37  % DateTime   : Sat Aug 26 17:00:33 EDT 2023
% 0.16/0.37  % CPUTime    : 
% 0.23/0.51  %----Proving TH0
% 0.23/0.51  %------------------------------------------------------------------------------
% 0.23/0.51  % File     : QUA003^1 : TPTP v8.1.2. Released v4.1.0.
% 0.23/0.51  % Domain   : Quantales
% 0.23/0.51  % Problem  : Zero is neutral with respect to addition
% 0.23/0.51  % Version  : [Hoe09] axioms.
% 0.23/0.51  % English  :
% 0.23/0.51  
% 0.23/0.51  % Refs     : [Con71] Conway (1971), Regular Algebra and Finite Machines
% 0.23/0.51  %          : [Hoe09] Hoefner (2009), Email to Geoff Sutcliffe
% 0.23/0.51  % Source   : [Hoe09]
% 0.23/0.51  % Names    : QUA03 [Hoe09] 
% 0.23/0.51  
% 0.23/0.51  % Status   : Theorem
% 0.23/0.51  % Rating   : 1.00 v4.1.0
% 0.23/0.51  % Syntax   : Number of formulae    :   27 (  14 unt;  12 typ;   7 def)
% 0.23/0.51  %            Number of atoms       :   39 (  18 equ;   0 cnn)
% 0.23/0.51  %            Maximal formula atoms :    2 (   2 avg)
% 0.23/0.51  %            Number of connectives :   45 (   0   ~;   1   |;   4   &;  39   @)
% 0.23/0.51  %                                         (   1 <=>;   0  =>;   0  <=;   0 <~>)
% 0.23/0.51  %            Maximal formula depth :    6 (   2 avg)
% 0.23/0.51  %            Number of types       :    2 (   0 usr)
% 0.23/0.51  %            Number of type conns  :   43 (  43   >;   0   *;   0   +;   0  <<)
% 0.23/0.51  %            Number of symbols     :   16 (  14 usr;   5 con; 0-3 aty)
% 0.23/0.51  %            Number of variables   :   28 (  15   ^;   9   !;   4   ?;  28   :)
% 0.23/0.51  % SPC      : TH0_THM_EQU_NAR
% 0.23/0.51  
% 0.23/0.51  % Comments : 
% 0.23/0.51  %------------------------------------------------------------------------------
% 0.23/0.51  %----Include axioms for Quantales
% 0.23/0.51  %------------------------------------------------------------------------------
% 0.23/0.51  %----Usual Definition of Set Theory
% 0.23/0.51  thf(emptyset_type,type,
% 0.23/0.51      emptyset: $i > $o ).
% 0.23/0.51  
% 0.23/0.51  thf(emptyset_def,definition,
% 0.23/0.51      ( emptyset
% 0.23/0.51      = ( ^ [X: $i] : $false ) ) ).
% 0.23/0.51  
% 0.23/0.51  thf(union_type,type,
% 0.23/0.51      union: ( $i > $o ) > ( $i > $o ) > $i > $o ).
% 0.23/0.51  
% 0.23/0.51  thf(union_def,definition,
% 0.23/0.51      ( union
% 0.23/0.51      = ( ^ [X: $i > $o,Y: $i > $o,U: $i] :
% 0.23/0.51            ( ( X @ U )
% 0.23/0.51            | ( Y @ U ) ) ) ) ).
% 0.23/0.51  
% 0.23/0.51  thf(singleton_type,type,
% 0.23/0.51      singleton: $i > $i > $o ).
% 0.23/0.51  
% 0.23/0.51  thf(singleton_def,definition,
% 0.23/0.51      ( singleton
% 0.23/0.51      = ( ^ [X: $i,U: $i] : ( U = X ) ) ) ).
% 0.23/0.51  
% 0.23/0.51  %----Supremum Definition
% 0.23/0.51  thf(zero_type,type,
% 0.23/0.51      zero: $i ).
% 0.23/0.51  
% 0.23/0.51  thf(sup_type,type,
% 0.23/0.51      sup: ( $i > $o ) > $i ).
% 0.23/0.51  
% 0.23/0.51  thf(sup_es,axiom,
% 0.23/0.51      ( ( sup @ emptyset )
% 0.23/0.51      = zero ) ).
% 0.23/0.51  
% 0.23/0.51  thf(sup_singleset,axiom,
% 0.23/0.51      ! [X: $i] :
% 0.23/0.51        ( ( sup @ ( singleton @ X ) )
% 0.23/0.51        = X ) ).
% 0.23/0.51  
% 0.23/0.51  thf(supset_type,type,
% 0.23/0.51      supset: ( ( $i > $o ) > $o ) > $i > $o ).
% 0.23/0.51  
% 0.23/0.51  thf(supset,definition,
% 0.23/0.51      ( supset
% 0.23/0.51      = ( ^ [F: ( $i > $o ) > $o,X: $i] :
% 0.23/0.51          ? [Y: $i > $o] :
% 0.23/0.51            ( ( F @ Y )
% 0.23/0.51            & ( ( sup @ Y )
% 0.23/0.51              = X ) ) ) ) ).
% 0.23/0.51  
% 0.23/0.51  thf(unionset_type,type,
% 0.23/0.51      unionset: ( ( $i > $o ) > $o ) > $i > $o ).
% 0.23/0.51  
% 0.23/0.51  thf(unionset,definition,
% 0.23/0.51      ( unionset
% 0.23/0.51      = ( ^ [F: ( $i > $o ) > $o,X: $i] :
% 0.23/0.51          ? [Y: $i > $o] :
% 0.23/0.51            ( ( F @ Y )
% 0.23/0.51            & ( Y @ X ) ) ) ) ).
% 0.23/0.51  
% 0.23/0.51  thf(sup_set,axiom,
% 0.23/0.51      ! [X: ( $i > $o ) > $o] :
% 0.23/0.51        ( ( sup @ ( supset @ X ) )
% 0.23/0.51        = ( sup @ ( unionset @ X ) ) ) ).
% 0.23/0.51  
% 0.23/0.51  %----Definition of binary sums and lattice order
% 0.23/0.51  thf(addition_type,type,
% 0.23/0.51      addition: $i > $i > $i ).
% 0.23/0.51  
% 0.23/0.51  thf(addition_def,definition,
% 0.23/0.51      ( addition
% 0.23/0.51      = ( ^ [X: $i,Y: $i] : ( sup @ ( union @ ( singleton @ X ) @ ( singleton @ Y ) ) ) ) ) ).
% 0.23/0.51  
% 0.23/0.51  thf(order_type,type,
% 0.23/0.51      leq: $i > $i > $o ).
% 0.23/0.51  
% 0.23/0.51  thf(order_def,axiom,
% 0.23/0.51      ! [X1: $i,X2: $i] :
% 0.23/0.51        ( ( leq @ X1 @ X2 )
% 0.23/0.51      <=> ( ( addition @ X1 @ X2 )
% 0.23/0.51          = X2 ) ) ).
% 0.23/0.51  
% 0.23/0.51  %----Definition of multiplication
% 0.23/0.51  thf(multiplication_type,type,
% 0.23/0.51      multiplication: $i > $i > $i ).
% 0.23/0.51  
% 0.23/0.51  thf(crossmult_type,type,
% 0.23/0.51      crossmult: ( $i > $o ) > ( $i > $o ) > $i > $o ).
% 0.23/0.51  
% 0.23/0.51  thf(crossmult_def,definition,
% 0.23/0.51      ( crossmult
% 0.23/0.51      = ( ^ [X: $i > $o,Y: $i > $o,A: $i] :
% 0.23/0.51          ? [X1: $i,Y1: $i] :
% 0.23/0.51            ( ( X @ X1 )
% 0.23/0.51            & ( Y @ Y1 )
% 0.23/0.51            & ( A
% 0.23/0.51              = ( multiplication @ X1 @ Y1 ) ) ) ) ) ).
% 0.23/0.51  
% 0.23/0.51  thf(multiplication_def,axiom,
% 0.23/0.51      ! [X: $i > $o,Y: $i > $o] :
% 0.23/0.51        ( ( multiplication @ ( sup @ X ) @ ( sup @ Y ) )
% 0.23/0.51        = ( sup @ ( crossmult @ X @ Y ) ) ) ).
% 0.23/0.51  
% 0.23/0.51  thf(one_type,type,
% 0.23/0.51      one: $i ).
% 0.23/0.51  
% 0.23/0.51  thf(multiplication_neutral_right,axiom,
% 0.23/0.51      ! [X: $i] :
% 0.23/0.51        ( ( multiplication @ X @ one )
% 0.23/0.51        = X ) ).
% 0.23/0.51  
% 0.23/0.51  thf(multiplication_neutral_left,axiom,
% 0.23/0.51      ! [X: $i] :
% 0.23/0.51        ( ( multiplication @ one @ X )
% 0.23/0.51        = X ) ).
% 0.23/0.51  
% 0.23/0.51  %----------------------------------------------------------------/export/starexec/sandbox/solver/bin/do_THM_THF: line 35: 21770 Alarm clock             ( read result; case "$result" in 
% 300.07/300.25      unsat)
% 300.07/300.25          echo "% SZS status $unsatResult for $tptpfilename"; echo "% SZS output start Proof for $tptpfilename"; cat; echo "% SZS output end Proof for $tptpfilename"; exit 0
% 300.07/300.25      ;;
% 300.07/300.25      sat)
% 300.07/300.25          echo "% SZS status $satResult for $tptpfilename"; cat; exit 0
% 300.07/300.25      ;;
% 300.07/300.25  esac; exit 1 )
% 300.07/300.26  Alarm clock 
% 300.07/300.26  % cvc5---1.0.5 exiting
% 300.07/300.26  % cvc5---1.0.5 exiting
%------------------------------------------------------------------------------